home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 828 b | 27 lines |
- #
- # This make file is for the poly3d-r utility for Windows NT
- #
- # Gershon Elber, June 1993
- #
-
- # Includes generic definitions.
- include ..\makeflag.wnt
-
- OBJS = colortbl.obj evalcolr.obj poly3d-r.obj \
- prepdata.obj scandata.obj
-
- poly3d-r.exe: $(OBJS)
- $(IRITCONLINK) -out:poly3d-r.exe $(OBJS) $(LIBS)
-
- install: poly3d-r.exe
- copy poly3d-r.exe $(BIN_DIR)
- del poly3d-r.exe
- copy poly3d-r.cfg $(BIN_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- colortbl.obj: program.h ../include/iritprsr.h ../include/iritgrap.h
- evalcolr.obj: program.h ../include/iritprsr.h
- poly3d-r.obj: program.h ../include/getarg.h ../include/genmat.h ../include/iritprsr.h ../include/ip_cnvrt.h ../include/config.h
- prepdata.obj: program.h ../include/genmat.h ../include/iritprsr.h
- scandata.obj: program.h ../include/iritprsr.h
-